[INFO] cloning repository https://github.com/Halifuda/cachesim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Halifuda/cachesim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHalifuda%2Fcachesim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHalifuda%2Fcachesim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5fc67d6b534a9383506b1399cf67412cae979dfe
[INFO] testing Halifuda/cachesim against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHalifuda%2Fcachesim" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Halifuda/cachesim
[INFO] finished tweaking git repo https://github.com/Halifuda/cachesim
[INFO] tweaked toml for git repo https://github.com/Halifuda/cachesim written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Halifuda/cachesim on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Halifuda/cachesim already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f89df274bc66b4020078f6dc10daa8dce5f1ff9749e2d57bdc3a60590c7fbb1
[INFO] running `Command { std: "docker" "start" "-a" "9f89df274bc66b4020078f6dc10daa8dce5f1ff9749e2d57bdc3a60590c7fbb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f89df274bc66b4020078f6dc10daa8dce5f1ff9749e2d57bdc3a60590c7fbb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f89df274bc66b4020078f6dc10daa8dce5f1ff9749e2d57bdc3a60590c7fbb1", kill_on_drop: false }`
[INFO] [stdout] 9f89df274bc66b4020078f6dc10daa8dce5f1ff9749e2d57bdc3a60590c7fbb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1767e23062113899e08d597b20d50c6ac4aaafbebdc07ab8657aca1a9bdafd5
[INFO] running `Command { std: "docker" "start" "-a" "e1767e23062113899e08d597b20d50c6ac4aaafbebdc07ab8657aca1a9bdafd5", kill_on_drop: false }`
[INFO] [stderr]    Compiling cachesim v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] running `Command { std: "docker" "inspect" "e1767e23062113899e08d597b20d50c6ac4aaafbebdc07ab8657aca1a9bdafd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1767e23062113899e08d597b20d50c6ac4aaafbebdc07ab8657aca1a9bdafd5", kill_on_drop: false }`
[INFO] [stdout] e1767e23062113899e08d597b20d50c6ac4aaafbebdc07ab8657aca1a9bdafd5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f974a60437122e20f61e00c0c7f4d6e6bec30a696c597748a92a205ba67fe67
[INFO] running `Command { std: "docker" "start" "-a" "9f974a60437122e20f61e00c0c7f4d6e6bec30a696c597748a92a205ba67fe67", kill_on_drop: false }`
[INFO] [stderr]    Compiling cachesim v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] running `Command { std: "docker" "inspect" "9f974a60437122e20f61e00c0c7f4d6e6bec30a696c597748a92a205ba67fe67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f974a60437122e20f61e00c0c7f4d6e6bec30a696c597748a92a205ba67fe67", kill_on_drop: false }`
[INFO] [stdout] 9f974a60437122e20f61e00c0c7f4d6e6bec30a696c597748a92a205ba67fe67
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5190c2bdc0df908b3e71e417452d237ef42ba3d5477ba944a800233957bcb547
[INFO] running `Command { std: "docker" "start" "-a" "5190c2bdc0df908b3e71e417452d237ef42ba3d5477ba944a800233957bcb547", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cachesim-fb464195f2b70459)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests cachesim
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 59) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 75) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 12) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 50) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 59) stdout ----
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/lib.rs:64:63
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn init(&mut self, filename:&str) -> Result<(), String> { ... }
[INFO] [stdout]    |                                                               ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 64 -     fn init(&mut self, filename:&str) -> Result<(), String> { ... }
[INFO] [stdout] 64 +     fn init(&mut self, filename:&str) -> Result<(), String> { .. }
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 64 -     fn init(&mut self, filename:&str) -> Result<(), String> { ... }
[INFO] [stdout] 64 +     fn init(&mut self, filename:&str) -> Result<(), String> { ..= }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/lib.rs:64:63
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn init(&mut self, filename:&str) -> Result<(), String> { ... }
[INFO] [stdout]    |                                                               ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 64 -     fn init(&mut self, filename:&str) -> Result<(), String> { ... }
[INFO] [stdout] 64 +     fn init(&mut self, filename:&str) -> Result<(), String> { .. }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/lib.rs:65:34
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn get_type(&self) -> &str { ... }
[INFO] [stdout]    |                                  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 65 -     fn get_type(&self) -> &str { ... }
[INFO] [stdout] 65 +     fn get_type(&self) -> &str { .. }
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 65 -     fn get_type(&self) -> &str { ... }
[INFO] [stdout] 65 +     fn get_type(&self) -> &str { ..= }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/lib.rs:65:34
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn get_type(&self) -> &str { ... }
[INFO] [stdout]    |                                  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 65 -     fn get_type(&self) -> &str { ... }
[INFO] [stdout] 65 +     fn get_type(&self) -> &str { .. }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/lib.rs:66:55
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn access(&mut self, _addr:u32) -> AccessResult { ... }
[INFO] [stdout]    |                                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 66 -     fn access(&mut self, _addr:u32) -> AccessResult { ... }
[INFO] [stdout] 66 +     fn access(&mut self, _addr:u32) -> AccessResult { .. }
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 66 -     fn access(&mut self, _addr:u32) -> AccessResult { ... }
[INFO] [stdout] 66 +     fn access(&mut self, _addr:u32) -> AccessResult { ..= }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/lib.rs:66:55
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn access(&mut self, _addr:u32) -> AccessResult { ... }
[INFO] [stdout]    |                                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 66 -     fn access(&mut self, _addr:u32) -> AccessResult { ... }
[INFO] [stdout] 66 +     fn access(&mut self, _addr:u32) -> AccessResult { .. }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/lib.rs:67:27
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn clear(&mut self) { ... }
[INFO] [stdout]    |                           ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 67 -     fn clear(&mut self) { ... }
[INFO] [stdout] 67 +     fn clear(&mut self) { .. }
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 67 -     fn clear(&mut self) { ... }
[INFO] [stdout] 67 +     fn clear(&mut self) { ..= }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/lib.rs:67:27
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn clear(&mut self) { ... }
[INFO] [stdout]    |                           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 67 -     fn clear(&mut self) { ... }
[INFO] [stdout] 67 +     fn clear(&mut self) { .. }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/lib.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn size(&self) -> usize { ... }
[INFO] [stdout]    |                               ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 68 -     fn size(&self) -> usize { ... }
[INFO] [stdout] 68 +     fn size(&self) -> usize { .. }
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 68 -     fn size(&self) -> usize { ... }
[INFO] [stdout] 68 +     fn size(&self) -> usize { ..= }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/lib.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn size(&self) -> usize { ... }
[INFO] [stdout]    |                               ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 68 -     fn size(&self) -> usize { ... }
[INFO] [stdout] 68 +     fn size(&self) -> usize { .. }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `cache_behav` in `crate`
[INFO] [stdout]   --> src/lib.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | use crate::cache_behav::{general_cache_behavior::*};
[INFO] [stdout]    |            ^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 60 | use crate::cachesim::cache_behav::{general_cache_behavior::*};
[INFO] [stdout]    |            ++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `GeneralCacheBehavior` in this scope
[INFO] [stdout]   --> src/lib.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl GeneralCacheBehavior for OracleCache {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 59 + use cachesim::general_cache_behavior::GeneralCacheBehavior;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OracleCache` in this scope
[INFO] [stdout]   --> src/lib.rs:62:31
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl GeneralCacheBehavior for OracleCache {
[INFO] [stdout]    |                               ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 59 + use cachesim::OracleCache;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AccessResult` in this scope
[INFO] [stdout]   --> src/lib.rs:66:40
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn access(&mut self, _addr:u32) -> AccessResult { ... }
[INFO] [stdout]    |                                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 59 + use cachesim::general_cache_behavior::AccessResult;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433, E0586.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 75) stdout ----
[INFO] [stdout] error[E0433]: cannot find `cache_behav` in `crate`
[INFO] [stdout]  --> src/oracle_cache/mod.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::cache_behav::{general_cache_behavior::*};
[INFO] [stdout]   |            ^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::cachesim::cache_behav::{general_cache_behavior::*};
[INFO] [stdout]   |            ++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `GeneralCacheBehavior` in this scope
[INFO] [stdout]   --> src/oracle_cache/mod.rs:19:6
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl GeneralCacheBehavior for OracleCache {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these traits
[INFO] [stdout]    |
[INFO] [stdout]  5 + use crate::GeneralCacheBehavior;
[INFO] [stdout]    |
[INFO] [stdout]  5 + use cachesim::general_cache_behavior::GeneralCacheBehavior;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AccessResult` in this scope
[INFO] [stdout]   --> src/oracle_cache/mod.rs:39:40
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn access(&mut self, _addr:u32) -> AccessResult {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  5 + use crate::AccessResult;
[INFO] [stdout]    |
[INFO] [stdout]  5 + use cachesim::general_cache_behavior::AccessResult;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AccessResult` in this scope
[INFO] [stdout]   --> src/oracle_cache/mod.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         AccessResult(HitOrMiss::Hit, 0.0)
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these tuple structs
[INFO] [stdout]    |
[INFO] [stdout]  5 + use crate::AccessResult;
[INFO] [stdout]    |
[INFO] [stdout]  5 + use cachesim::general_cache_behavior::AccessResult;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HitOrMiss` in this scope
[INFO] [stdout]   --> src/oracle_cache/mod.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |         AccessResult(HitOrMiss::Hit, 0.0)
[INFO] [stdout]    |                      ^^^^^^^^^ use of undeclared type `HitOrMiss`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  5 + use crate::HitOrMiss;
[INFO] [stdout]    |
[INFO] [stdout]  5 + use cachesim::general_cache_behavior::HitOrMiss;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 12) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stdout:
[INFO] [stdout] Constructing Cache Device...
[INFO] [stdout] Initializing default cache...
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (85) panicked at src/cache_device.rs:18:35:
[INFO] [stdout] Cache Init Error: "failed to read path\\to\\config\\file"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x595dcac6a688 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x595dcac6a688 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x595dcac6a688 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x595dcac6a688 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x595dcac7cdca - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x595dcac7cdca - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x595dcac6e312 - std[929523f510218772]::io::default_write_fmt::<std[929523f510218772]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x595dcac6e312 - <std[929523f510218772]::sys::stdio::unix::Stderr as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x595dcac55dd6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x595dcac55dd6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x595dcac66631 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x595dcac667eb - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x595dcac55e92 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x595dcac4b2a9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x595dcac566fd - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x595dcac7d4fc - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x595dcac7d2d2 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   17:     0x595dcac3a1a7 - <core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>::expect
[INFO] [stdout]   18:     0x595dcac39f45 - <cachesim[1a5a15aba6f396b3]::cache_device::CacheDevice<cachesim[1a5a15aba6f396b3]::default_cache::DefaultCache>>::new
[INFO] [stdout]   19:     0x595dcac39a0d - rust_out[55b2f4d6dc07c20e]::main
[INFO] [stdout]   20:     0x595dcac3a263 - <fn() as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]   21:     0x595dcac39996 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   22:     0x595dcac399a9 - std[929523f510218772]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   23:     0x595dcac65dd7 - <&dyn core[28b146924c2f19c6]::ops::function::Fn<(), Output = i32> + core[28b146924c2f19c6]::panic::unwind_safe::RefUnwindSafe + core[28b146924c2f19c6]::marker::Sync as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   24:     0x595dcac65dd7 - std[929523f510218772]::panicking::catch_unwind::do_call::<&dyn core[28b146924c2f19c6]::ops::function::Fn<(), Output = i32> + core[28b146924c2f19c6]::panic::unwind_safe::RefUnwindSafe + core[28b146924c2f19c6]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   25:     0x595dcac65dd7 - std[929523f510218772]::panicking::catch_unwind::<i32, &dyn core[28b146924c2f19c6]::ops::function::Fn<(), Output = i32> + core[28b146924c2f19c6]::panic::unwind_safe::RefUnwindSafe + core[28b146924c2f19c6]::marker::Sync>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   26:     0x595dcac65dd7 - std[929523f510218772]::panic::catch_unwind::<&dyn core[28b146924c2f19c6]::ops::function::Fn<(), Output = i32> + core[28b146924c2f19c6]::panic::unwind_safe::RefUnwindSafe + core[28b146924c2f19c6]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x595dcac65dd7 - std[929523f510218772]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x595dcac65dd7 - std[929523f510218772]::panicking::catch_unwind::do_call::<std[929523f510218772]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x595dcac65dd7 - std[929523f510218772]::panicking::catch_unwind::<isize, std[929523f510218772]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x595dcac65dd7 - std[929523f510218772]::panic::catch_unwind::<std[929523f510218772]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x595dcac65dd7 - std[929523f510218772]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x595dcac39981 - std[929523f510218772]::rt::lang_start::<()>
[INFO] [stdout]   33:     0x595dcac3a2c5 - main
[INFO] [stdout]   34:     0x725c6ca311ca - <unknown>
[INFO] [stdout]   35:     0x725c6ca3128b - __libc_start_main
[INFO] [stdout]   36:     0x595dcac396b5 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 12)
[INFO] [stdout]     src/lib.rs - (line 59)
[INFO] [stdout]     src/lib.rs - (line 75)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5190c2bdc0df908b3e71e417452d237ef42ba3d5477ba944a800233957bcb547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5190c2bdc0df908b3e71e417452d237ef42ba3d5477ba944a800233957bcb547", kill_on_drop: false }`
[INFO] [stdout] 5190c2bdc0df908b3e71e417452d237ef42ba3d5477ba944a800233957bcb547
